home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KTORNADO.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  2.8 KB  |  72 lines

  1. REM ╔═══════════════════════════════════════════════════════════════════════╗
  2. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  3. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  4. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  5. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  6. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  7. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  8. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  9. REM ║ versions if you do not have them, check with any of the listed places ║
  10. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  11. REM ║ versions of the Command and Control Center software.                  ║
  12. REM ╚═══════════════════════════════════════════════════════════════════════╝
  13. REM Tornado by Digital Integration
  14.  
  15. REM Set BLACK and RED switches to DIGITAL.  Select JOYSTICK 1 Std!
  16. REM Don't forget to select SAVE PREFERENCES!!!!
  17. REM ══════════════════════════════════════════════════════════════════════════
  18.  
  19. MDef KTORNADO
  20.  
  21. REM ══════════════════════════════════════════════════════════════════════════
  22.  
  23.  @DigitalThrottle
  24.  
  25. REM ══════════════════════════════════════════════════════════════════════════
  26. BTN UB /U CycleAA
  27.        /M WeaponPacket
  28.        /D WingSweepFwd
  29. BTN MB /U /T ArmAA
  30.           /T CancelArm
  31.        /M /T ArmAg
  32.           /T CancelArm
  33.        /D WingSweepBack
  34. BTN LB /U MFDFunction
  35.        /M MFDFunction
  36.        /D LandingGear
  37. REM ══════════════════════════════════════════════════════════════════════════
  38. BTN HU FrontLookUp
  39. BTN HR /T APTrack
  40.        /T AltHdg
  41. BTN HD BackSeat
  42. BTN HL /U AP_TF
  43.        /M AP_TF
  44.        /D AP_Approach
  45. REM ══════════════════════════════════════════════════════════════════════════
  46. BTN 1 /T Stealth
  47.       /T ECMoff
  48. BTN 2 DeliveryMode
  49. BTN 3 /U IASHold
  50.       /M IASHold
  51.       /D WheelBrakes
  52. BTN 4 /U /T Target
  53.          /T CancelTarget
  54.       /M /T Target
  55.          /T CancelTarget
  56.       /D FlapsUp1
  57. BTN 5 /U NextWaypoint
  58.       /M NextWaypoint
  59.       /D FlapsDn1
  60. BTN 6 ThrustReverse
  61. REM ══════════════════════════════════════════════════════════════════════════
  62. BTN MT /P /N Pause
  63.        /R Pause
  64. REM ══════════════════════════════════════════════════════════════════════════
  65.  
  66. rem NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR THE
  67. rem MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT THRUSTMASTER
  68. rem TO INQUIRE ABOUT UPGRADING TO THE NEW CHIP AND MICROCODE!!!!
  69. rem How can you tell if you have the new chip and microcode?  At the C:\MARK2
  70. rem Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it says "File not found
  71. rem then you have the old microcode version that uses DOWNLOAD.EXE instead.
  72.